home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / TreeView / PB.project < prev    next >
Text File  |  1995-06-12  |  803b  |  27 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = Tree.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = (Tree2.tiff);
  5. FILESTABLE = {
  6.     OTHER_LIBS = (Media_s, NeXT_s);
  7.     CLASSES = (Line.m, NamedTree.m, String.m, Tree.m, TreeButton.m, TreeButtonCell.m, TreeController.m, TreeView.m);
  8.     OTHER_SOURCES = (Makefile);
  9.     INTERFACES = (DocWindow.nib, InfoPanel.nib, TreeView.nib);
  10.     H_FILES = (Line.h, NamedTree.h, String.h, Tree.h, TreeButton.h, TreeButtonCell.h, TreeController.h, TreeView.h);
  11.     OTHER_LINKED = ();
  12.     M_FILES = (TreeView_main.m);
  13. };
  14. APPCLASS = Application;
  15. MAINNIB = TreeView;
  16. DOCEXTENSIONS = (tree);
  17. PROJECTTYPE = Application;
  18. PROJECTVERSION = 1.1;
  19. LOCALIZABLE_FILES = {
  20.     InfoPanel.nib;
  21.     TreeView.nib;
  22.     DocWindow.nib;
  23. };
  24. PROJECTNAME = TreeView;
  25. SYSTEMEXTENSIONS = ();
  26. LANGUAGE = English;
  27.